Solved Redmine database?
-
Hello! Please tell me how I can add my database to redmine, or connect another, or install something like PHPMyAdmin?
Thanks. -
To import an existing MySQL database, please try the guide at https://cloudron.io/documentation/guides/import-mysql/
-
@nebulon Thanks, I was able to migrate the database simply by deleting the repeating table .
-
Good to hear.
What is that "repeating table"?
-
I could not migrate the database until I deleted the tables in Cloudron that caused the problem. After that, everything worked out. These tables were repeated in a dump.
-
Ah indeed, that makes sense, those are created during initial app startup. Not sure if the database migration guide should mention some
drop tables
command to have a fresh start. -
@nebulon I think it should. I will fix the guide. I did it for PostgreSQL guide - https://cloudron.io/documentation/guides/import-postgresql/ but forgot for the MySQL one.
-
I have added a clear section in the guide - https://cloudron.io/documentation/guides/import-mysql/#import