This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
сервис_minio [2025/05/05 07:42] val [Браузер] |
сервис_minio [2025/05/13 15:45] (current) val [mcli] |
||
|---|---|---|---|
| Line 27: | Line 27: | ||
| MINIO_ROOT_PASSWORD=strongpassword | MINIO_ROOT_PASSWORD=strongpassword | ||
| </code><code> | </code><code> | ||
| - | # systemctl start minio | + | # systemctl enable minio --now |
| </code> | </code> | ||
| Line 55: | Line 55: | ||
| $ mcli mb myminio/postgresql | $ mcli mb myminio/postgresql | ||
| - | $ mcli cp --recursive /etc myminio/postgresql/ | + | server# mcli cp -r /var/lib/docker/volumes/root_postgres_data/_data/ myminio/postgresql/keycloak/root_postgres_data/ |
| - | $ mcli ls --recursive --versions myminio | + | gate# mcli cp -r /var/lib/postgresql/15/main/ myminio/postgresql/gate/var/lib/postgresql/15/main/ |
| + | |||
| + | $ mcli ls -r myminio | ||
| </code> | </code> | ||