averi
(Andrea Veri)
November 21, 2024, 8:09pm
1
Hello,
This upcoming Saturday we will be migrating Damned Lies (l10n.gnome.org ) to our new cluster (as previously announced at GNOME Infrastructure migration to AWS · Andrea Veri's Blog ). The expected downtime will be approximately one hour, what we have planned is:
One last data synchronization between the 2 sites
Database dump, migration from mysql to psql, import
DNS change and service restoration
CC @gbernard
Thanks,
Andrea
2 Likes
gbernard
(Guillaume Bernard)
November 23, 2024, 10:49am
2
I am anticipating a little bit and the services will be shut down soon to anticipate the time to migrate the database.
1 Like
Sid
(Sid)
November 23, 2024, 12:07pm
3
https://status.gnome.org/ has an entry for this maintenance. Just FYI.
averi
(Andrea Veri)
November 23, 2024, 6:00pm
4
The migration was completed, please let us know of any possible issue you may be experiencing, thanks!
afranke
(Alexandre Franke)
November 23, 2024, 6:24pm
5
I did two different actions in two workflows, and both times the action shows at the top of the history instead of the bottom.
afranke
(Alexandre Franke)
November 23, 2024, 6:25pm
6
Could it be a database id
thing, where the new events are numbered starting from an earlier index (maybe even 1) instead of starting from the proper increment?
gbernard
(Guillaume Bernard)
November 23, 2024, 7:05pm
7
Good catch.
id | name | created
---------+-----------------------+-------------------------------
6 | WriteAComment | 2024-11-23 18:14:33.93781+00
4 | ReserveProofreading | 2024-11-23 17:58:07.0627+00
3 | WriteAComment | 2024-11-23 17:52:23.345362+00
And so we have a problem . I will manually update the increment values.
gbernard
(Guillaume Bernard)
November 23, 2024, 7:49pm
8
This error has been fixed, all the sequences have been restarted to the current maximum value (+1) of each autoincrement id .