2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +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:
Oliver
2024-02-07 22:33:37 +11:00
committed by GitHub
parent edd6f25411
commit 22af3e2f59
4 changed files with 20 additions and 11 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
#!/bin/ash
# exit when any command fails
set -e