Copy v1 database after creating new one for v2 if updating.

This commit is contained in:
Adarnof 2018-03-02 20:18:23 -05:00
parent f65e563c0c
commit ce66bdcbd4

View File

@ -71,6 +71,12 @@ Alliance Auth needs a MySQL user account and database. Open an SQL shell with `m
Close the SQL shell and secure your database server with the `mysql_secure_installation` command.
If you're updating from v1, populate this database with a copy of the data from your v1 database.
mysqldump -u root -p v1_database_name_here | mysql -u root -p alliance_auth
Note this command will prompt you for the root password twice.
## Auth Install
### User Account