docs: pg_dumpall refinements (#8546)

* Update backup-and-restore.md

* Update template-backup-script.md

* Update FAQ.mdx
This commit is contained in:
Matthew Momjian
2024-04-06 10:05:00 -04:00
committed by GitHub
parent ab97f03cb5
commit e1f8e96e28
3 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ No. Our golden rule is that the original assets should always be untouched, so w
### How can I move all data (photos, persons, albums) from one user to another?
This is not officially supported, but can be accomplished with some database updates. You can do this on the command line (in the PostgreSQL container using the psql command), or you can add for example an [Adminer](https://www.adminer.org/) container to the `docker-compose.yml` file, so that you can use a web-interface.
This is not officially supported, but can be accomplished with some database updates. You can do this on the command line (in the PostgreSQL container using the `psql` command), or you can add for example an [Adminer](https://www.adminer.org/) container to the `docker-compose.yml` file, so that you can use a web-interface.
:::warning
This is an advanced operation. If you can't do it with the steps described here, this is not for you.