Commit Graph

14 Commits

Author SHA1 Message Date
Markus Kahl c322b42f68 update migration script, specifically fix the OP7 step 2024-06-12 15:03:44 +02:00
Oliver Günther 7a9a43fd93 Rename openproject/community to openproject/openproject 2024-04-17 14:52:47 +02:00
Oliver Günther 388bd45c07 Update and fix migration script to wait for MySQL
Also allows skipping the first migration step in case the database is
already @v8
2022-03-14 16:17:59 +01:00
Spiros Andreou a37d3be9ad Changed mount point src from user's dir to /tmp
The mounted folder (the user home directory) is not writable from the container. So the dump file, won't be created.
2022-02-03 06:32:36 +01:00
Markus Kahl e72d6fd314 clarified leading comment 2021-04-07 09:48:23 +01:00
Markus Kahl 9e4fbf3b7b ensure primary keys are named correctly 2021-04-07 09:36:08 +01:00
Markus Kahl f4a859ef96 improved migration script (no local mysql required anymore ...)
... support for custom or sql output format; migrate to latest version, not just 10
2021-04-01 12:00:27 +01:00
Jonas Plum 035f684385 Update migrate-from-pre-8.sh (#8789)
This is more aligned with later steps in https://docs.openproject.org/installation-and-operations/misc/upgrading-older-openproject-versions/ 

Currently the script creates an sql file, while the documentation describes pg_restore to restore it. This would not work, as pg_restore cannot restore sql files.
2020-10-26 09:50:00 +00:00
Markus Kahl d7ddbd3ac3 added table schema fix again and fixed it
it can be removed once 10.4 is released and published on docker hub
in which case the tag below for op10 has to be updated too
2020-02-11 09:44:16 +00:00
Markus Kahl 7e069d2bc6 use op8 container with mysql support 2020-02-11 09:42:58 +00:00
Markus Kahl 3f97c39ed4 Revert "removed obsolete step (mysql migration script takes care of this now)"
This reverts commit 11cf60604d.
2020-02-11 09:29:08 +00:00
Markus Kahl 11cf60604d removed obsolete step (mysql migration script takes care of this now) 2020-02-06 12:50:31 +00:00
Oliver Günther 6ff2bd4541 Migrate schema from db to public in mysql migration script
[ci skip]
2020-02-05 10:51:37 +01:00
Markus Kahl 25d5363416 Script to migrate old OPs from MySQL to Postgres 2020-02-03 14:33:17 +00:00