Skip to content

Commit d1ae52d

Browse files
authored
ci: fix remaining ietf db name references
1 parent 9a2fa59 commit d1ae52d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dev/deploy-to-container/settings_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'default': {
1010
'HOST': '__DBHOST__',
1111
'PORT': 5432,
12-
'NAME': 'ietf',
12+
'NAME': 'datatracker',
1313
'ENGINE': 'django.db.backends.postgresql_psycopg2',
1414
'USER': 'django',
1515
'PASSWORD': 'RkTkDPFnKpko',

dev/deploy-to-container/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ chmod +x ./app-create-dirs.sh
2424

2525
if [ -n "$PGHOST" ]; then
2626
echo "Altering PG search path..."
27-
psql -U django -h $PGHOST -d ietf -v ON_ERROR_STOP=1 -c '\x' -c 'ALTER USER django set search_path=datatracker,public;'
27+
psql -U django -h $PGHOST -d datatracker -v ON_ERROR_STOP=1 -c '\x' -c 'ALTER USER django set search_path=datatracker,public;'
2828
fi
2929

3030
echo "Running Datatracker checks..."

dev/diff/settings_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'default': {
1010
'HOST': '__DBHOST__',
1111
'PORT': 5432,
12-
'NAME': 'ietf',
12+
'NAME': 'datatracker',
1313
'ENGINE': 'django.db.backends.postgresql_psycopg2',
1414
'USER': 'django',
1515
'PASSWORD': 'RkTkDPFnKpko',

0 commit comments

Comments
 (0)