We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3808362 commit 0b578e2Copy full SHA for 0b578e2
1 file changed
SETUP/check_db_schema.template
@@ -12,9 +12,9 @@ set -e
12
# or did we sneak a db-schema change into the current installation,
13
# and are perhaps now depending on it?)
14
15
-prev_tag=R202009
+prev_tag=R202102
16
curr_tag=production
17
-upgrade_number=15
+upgrade_number=16
18
19
setup_dir=`dirname $0`
20
testing_dir=/tmp/dp_schema_check
@@ -37,7 +37,7 @@ echo ""
37
echo "Creating a config file for a test install..."
38
echo "
39
TAG=$curr_tag
40
- GROUP=users
+ GROUP=www-data
41
SHIFT_TO_LIVE=yes
42
43
_CODE_DIR=$testing_code_dir
0 commit comments