Closed
Bug 1267808
Opened 9 years ago
Closed 9 years ago
Deploy Splice 2.1.14 to stage
Categories
(Content Services Graveyard :: Tiles: Ops, defect)
Content Services Graveyard
Tiles: Ops
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nanj, Assigned: relud)
Details
This fixes the db migration script in 2.1.13.
To test this in stage,
* Drop table activity_stream_stats_daily and activity_stream_events_daily
* Execute following migration files in order:
1. 1457402851.sql
2. 1458766468.sql
3. 1461612090.sql
If no error takes place in the process, then the last migration works.
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → dthorn
Assignee | ||
Comment 1•9 years ago
|
||
> tiles=> \i ddl/migrations/redshift/1457402851.sql
> BEGIN
> psql:ddl/migrations/redshift/1457402851.sql:3: INFO: Table "activity_stream_stats_daily" does not exist and will be skipped
> DROP TABLE
> CREATE TABLE
> COMMIT
> tiles=> \i ddl/migrations/redshift/1458766468.sql
> BEGIN
> ALTER TABLE
> UPDATE 0
> ALTER TABLE
> ALTER TABLE
> ALTER TABLE
> CREATE TABLE
> COMMIT
> tiles=> \i ddl/migrations/redshift/1461612090.sql
> BEGIN
> ALTER TABLE
> UPDATE 0
> ALTER TABLE
> UPDATE 0
> UPDATE 0
> ALTER TABLE
> UPDATE 0
> ALTER TABLE
> UPDATE 0
> UPDATE 0
> ALTER TABLE
> ALTER TABLE
> ALTER TABLE
> ALTER TABLE
> ALTER TABLE
> ALTER TABLE
> ALTER TABLE
> ALTER TABLE
> COMMIT
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•