mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-22 04:11:09 +00:00
Add depending on system.
This commit is contained in:
parent
bedd67ee63
commit
a0a25e2c06
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ docker-compose up -d postgres
|
||||||
# Restore from the .sql.gz backup
|
# Restore from the .sql.gz backup
|
||||||
gunzip < db_dump.sql | docker-compose exec -T postgres psql -U lemmy
|
gunzip < db_dump.sql | docker-compose exec -T postgres psql -U lemmy
|
||||||
|
|
||||||
# Note: You may need to change the permissions on the postgres directory
|
# Note: You may need to change the permissions on the postgres directory, depending on your system.
|
||||||
chown -R $USER volumes
|
chown -R $USER volumes
|
||||||
docker-compose restart postgres
|
docker-compose restart postgres
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue