Migrating Database to New Server #446
Closed
i-h8-github
started this conversation in
General
Replies: 1 comment 1 reply
-
If you followed the setup guide, you should have two users. You should be able to use 2 pg_dump commands, one as each user, to dump all of the tables. If possible, I would dump and restore as the superuser, so you only need to use a single command. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I need to migrate a Rodauth user database from one server to another. Having followed the setup guide, my app user does not have permission for a lot of the tables and schemae, so pg_dump is not allowing me to backup the database. What is the recommended approach? Am I supposed to dump and restore table by table and user by user?
Beta Was this translation helpful? Give feedback.
All reactions