Skip to content

Commit

Permalink
Merge pull request #743 from fractal-analytics-platform/742-drop-db_e…
Browse files Browse the repository at this point in the history
…ngine-and-sqlite_path-variables-as-of-fractal-server-290

Drop `DB_ENGINE` fractal-server variable
  • Loading branch information
tcompa authored Nov 14, 2024
2 parents 992212d + 08e2541 commit 9e707e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

* Update task-collection commands, to align with [fractal-server 2.9.0](https://github.com/fractal-analytics-platform/fractal-server/blob/main/CHANGELOG.md#290) (\#738).
* Remove (internal) obsolete `do_not_separate_logs` argument (\#738).
* Testing:
* Align with fractal-server 2.9.0 removal of `DB_ENGINE` variable (\#743).

# 2.4.0

Expand Down
20 changes: 2 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tests/fixtures_testserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def testserver(tester, tmpdir_factory, request):
env_file = Path(".fractal_server.env")
with env_file.open("w") as f:
f.write(
"DB_ENGINE=postgres-psycopg\n"
"POSTGRES_HOST=localhost\n"
f"POSTGRES_DB={DB_NAME}\n"
"POSTGRES_USER=postgres\n"
Expand Down

0 comments on commit 9e707e6

Please sign in to comment.