ci: fix remaining ietf db name references
This commit is contained in:
parent
9a2fa59977
commit
d1ae52de9b
|
@ -9,7 +9,7 @@ DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'HOST': '__DBHOST__',
|
'HOST': '__DBHOST__',
|
||||||
'PORT': 5432,
|
'PORT': 5432,
|
||||||
'NAME': 'ietf',
|
'NAME': 'datatracker',
|
||||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||||
'USER': 'django',
|
'USER': 'django',
|
||||||
'PASSWORD': 'RkTkDPFnKpko',
|
'PASSWORD': 'RkTkDPFnKpko',
|
||||||
|
|
|
@ -24,7 +24,7 @@ chmod +x ./app-create-dirs.sh
|
||||||
|
|
||||||
if [ -n "$PGHOST" ]; then
|
if [ -n "$PGHOST" ]; then
|
||||||
echo "Altering PG search path..."
|
echo "Altering PG search path..."
|
||||||
psql -U django -h $PGHOST -d ietf -v ON_ERROR_STOP=1 -c '\x' -c 'ALTER USER django set search_path=datatracker,public;'
|
psql -U django -h $PGHOST -d datatracker -v ON_ERROR_STOP=1 -c '\x' -c 'ALTER USER django set search_path=datatracker,public;'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Running Datatracker checks..."
|
echo "Running Datatracker checks..."
|
||||||
|
|
|
@ -9,7 +9,7 @@ DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'HOST': '__DBHOST__',
|
'HOST': '__DBHOST__',
|
||||||
'PORT': 5432,
|
'PORT': 5432,
|
||||||
'NAME': 'ietf',
|
'NAME': 'datatracker',
|
||||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||||
'USER': 'django',
|
'USER': 'django',
|
||||||
'PASSWORD': 'RkTkDPFnKpko',
|
'PASSWORD': 'RkTkDPFnKpko',
|
||||||
|
|
Loading…
Reference in a new issue