Closed
Bug 1384952
Opened 9 years ago
Closed 9 years ago
Deploy Splice 2.1.32 to stage
Categories
(Firefox :: New Tab Page, enhancement)
Firefox
New Tab Page
Tracking
()
RESOLVED
FIXED
People
(Reporter: nanj, Assigned: jbuck)
References
Details
This is a database schema change deploy which includes,
* A new migration: migration/version/90123954ee7_.py
* A new schema: ddl/migrations/redshift/1501099589.sql
Please apply those migration files.
| Reporter | ||
Updated•9 years ago
|
Assignee: nobody → jbuckley
| Reporter | ||
Comment 1•9 years ago
|
||
Let's deploy 2.1.32 instead. It has upgraded PyOpenSSL to 17.2.0 to make TravisCI happy.
Summary: Deploy Splice 2.1.31 to stage → Deploy Splice 2.1.32 to stage
| Assignee | ||
Comment 2•9 years ago
|
||
$ cd /opt/splice/
$ cat version.json
{
"source": "https://github.com/mozilla/splice",
"version": "2.1.32",
"commit": "77c488c23f0a7f3b1f9bca279875371a1ac39a9d"
}
$ SPLICE_IGNORE_REDSHIFT=true SPLICE_SETTINGS=splice_config.SpliceConfig /opt/splice/bin/python /opt/splice/bin/manage.py db upgrade
INFO [alembic.env] Migrating database <default>
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
INFO [alembic.runtime.migration] Running upgrade 55df5c7c41fd -> 90123954ee7, empty message
INFO [alembic.env] Migrating database stats
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
INFO [alembic.runtime.migration] Running upgrade 55df5c7c41fd -> 90123954ee7, empty message
$ cat /etc/splice/
expire_redshift.sql gunicorn.conf.py splice_config.py splice_config.pyc
$ psql < ddl/migrations/redshift/1501099589.sql
BEGIN
ALTER TABLE
COMMIT
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Activity Streams: Application Servers → New Tab Page
You need to log in
before you can comment on or make changes to this bug.
Description
•