Commit Graph

82 Commits (492daf2e9f5c88c68517452098dc3e7af6dced34)

Author SHA1 Message Date
Oliver Günther ff0620c81d
Avoid expectation of dropped output by using IF EXISTS (#8285) 5 years ago
Markus Kahl 31546d91cc docker-based dev environment 5 years ago
Markus Kahl cdb95b9cb6 fixed permission problem breaking file uploads in docker image 5 years ago
Markus Kahl 5c07f7bd95 docker-based dev environment 5 years ago
Oliver Günther 3a8a37f15c
Run migrate and seed in two commands 5 years ago
Oliver Günther 9126cf777f
Rename schema to public after using pgloader 5 years ago
Cyril Rohr c90c467d0f Better handling of OPENPROJECT_RAILS__RELATIVE__URL__ROOT in proxy 5 years ago
Cyril Rohr a37166607d Add support for relative root url without the need to recompile 5 years ago
Cyril Rohr 66e7272173 Add proxy container back 5 years ago
Cyril Rohr f84e750548 Add seeder 5 years ago
Cyril Rohr 1cc7fedac0 Provide docker-compose v3 with one process per container 5 years ago
Cyril Rohr 8c68f47044 Improve Dockerfile and reduce image size 5 years ago
Markus Kahl 7bb59dde9e made docker container work with subdirectory (RAILS_RELATIVE_URL_ROOT) 5 years ago
Markus Kahl 1c2c98efeb don't preserve index names as pgloader-ccl crashes with it sometimes 5 years ago
Oliver Günther 445b45a5e4 Allow to skip db drop/creation in migration script 5 years ago
Oliver Günther 7186ef5656
Redo migration 5 years ago
Oliver Günther 2868c13c46
Allow custom pgloader path for packaged installations 5 years ago
Markus Kahl 97ce2e1947 only use puma if env var is actually set to true... 5 years ago
Markus Kahl 60c29cce82 Support using puma if configured via USE_PUMA=true (multithreading) 5 years ago
Oliver Günther 26f26c9f6b
[30352] Schedule attachment extraction jobs for faster migration 5 years ago
Varac a56c5530f3
Allow supervisorctl usage in docker container 6 years ago
Oliver Günther a4f8205c23
Add migration to rename primary keys 6 years ago
Oliver Günther a77d1210fd
Correct URL if mysql2 scheme 6 years ago
Oliver Günther 612900e8e7
Fix more mysql migration issues 6 years ago
Oliver Günther c8b972b1e1
Add with preserve index option to migration script 6 years ago
Oliver Günther 957b3d2800 Fix reference to postgres scheme url 6 years ago
Oliver Günther 30ecb6a0c4
Fix reference to postgres scheme url 6 years ago
Cyril Rohr 1c85d7889e Allow to bypass interactive prompt 6 years ago
Cyril Rohr fe7f02bd5f fix issue with psql pty 6 years ago
Markus Kahl 4e38faeffc ensure to close streams 6 years ago
Oliver Günther 433375cc30
[24378] Clear apache PID file 6 years ago
Markus Kahl e365beb092 fix cache setting in env 6 years ago
Markus Kahl 8f402b21bd fixed nothing-to-do condition; drop fulltext schema version entry to only do up step 6 years ago
Cyril Rohr 77ee6467aa fix mysql url 6 years ago
Markus Kahl 5ce9edb876 remove queries from URIs, use correct db for postgres commands 6 years ago
Cyril Rohr 2da11dde04 Fix parsing 6 years ago
Markus Kahl 433667d53e exit with status always on error 6 years ago
Markus Kahl c0651d98c0 renamed pgloader to pgloader-ccl 6 years ago
Markus Kahl 7d8bee1913 fixed warning tense 6 years ago
Markus Kahl d3b1a33cc0 fixed env in build script 6 years ago
Markus Kahl 3ca91f2507 fixed build file path 6 years ago
Markus Kahl e5173d4f74 redo rebuild dag migration for correct indices 6 years ago
Markus Kahl a4d81aeb85 mysql migration not strictly necessary yet 6 years ago
Markus Kahl 8450ad0c37 refactored pgloader build 6 years ago
Markus Kahl fb88cd0f9c MySQL to PostgreSQL database migration in docker container [ci skip] 6 years ago
Cyril Rohr cbd2c93bb7 Allow to override settings when executing the worker in --seed mode 6 years ago
Cyril Rohr edd189659f Move legacy volumes check to entrypoint 6 years ago
Cyril Rohr 4adf4f6c12 Transparently handle legacy data volumes, in case the new volumes are empty 6 years ago
Cyril Rohr ac4510cd70 Aborts all-in-one process if docker container has data volumes mounted on the old paths 6 years ago
Cyril Rohr 65ab9fe8cb Simplify docker image, allow to switch between all-in-one and single process easily 6 years ago