mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
Postgresql fix (#6441)
* Assume maintenance mode is *on* if database is inaccessible * Specify ash shell * Update psycopg requirements * Style fixes * style fix - backends.py
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ash
|
||||
|
||||
# exit when any command fails
|
||||
set -e
|
||||
|
||||
|
@ -7,7 +7,7 @@ setuptools>=69.0.0
|
||||
wheel>=0.41.0
|
||||
|
||||
# Database links
|
||||
psycopg[binary]>=3.1.18
|
||||
psycopg[binary, c, pool]
|
||||
mysqlclient>=2.2.0
|
||||
mariadb>=1.1.8
|
||||
|
||||
|
Reference in New Issue
Block a user