Page MenuHomeDevCentral

Members

  • This project does not have any members.
  • View All

Watchers

  • This project does not have any watchers.
  • View All

Details

Description

Need advice about database design or query optimization? Add this tag.

This is a project-as-a-tag.

Recent Activity

Today

ptdradmin closed T2074: Mount mysql-innodb-data and mysql-innodb-logs ZFS datasets outside /var/db/mysql as Resolved.

Mounting the ZFS datasets mysql-innodb-data and mysql-innodb-logs outside of /var/db/mysql, then deploying them to db-B-001: operation completed and functional.

Fri, Nov 28, 12:55 · good-first-issue, DBA, Servers

Tue, Nov 25

dereckson added a comment to T2074: Mount mysql-innodb-data and mysql-innodb-logs ZFS datasets outside /var/db/mysql.

Deployed on WindRiver.

Tue, Nov 25, 10:06 · good-first-issue, DBA, Servers

Mon, Nov 24

ptdradmin added a comment to T2074: Mount mysql-innodb-data and mysql-innodb-logs ZFS datasets outside /var/db/mysql.

Avancement sur T2074

Mon, Nov 24, 15:46 · good-first-issue, DBA, Servers
dereckson added a revision to T2074: Mount mysql-innodb-data and mysql-innodb-logs ZFS datasets outside /var/db/mysql: D3890: Mount MySQL root ZFS dataset as /var/db/mysql/data.
Mon, Nov 24, 14:30 · good-first-issue, DBA, Servers
dereckson moved T2074: Mount mysql-innodb-data and mysql-innodb-logs ZFS datasets outside /var/db/mysql from Backlog to Working on on the Servers board.
Mon, Nov 24, 14:07 · good-first-issue, DBA, Servers
dereckson assigned T2074: Mount mysql-innodb-data and mysql-innodb-logs ZFS datasets outside /var/db/mysql to ptdradmin.
Mon, Nov 24, 14:07 · good-first-issue, DBA, Servers

Tue, Nov 11

dereckson moved T2186: Upgrade to PostgreSQL 17 from Working on to Next on the Operations sprints (Echoes in the Void) board.
Tue, Nov 11, 16:07 · DBA, Servers, Operations sprints (Echoes in the Void)
dereckson updated the task description for T2186: Upgrade to PostgreSQL 17.
Tue, Nov 11, 16:07 · DBA, Servers, Operations sprints (Echoes in the Void)
dereckson updated the task description for T2186: Upgrade to PostgreSQL 17.
Tue, Nov 11, 16:07 · DBA, Servers, Operations sprints (Echoes in the Void)
dereckson lowered the priority of T2186: Upgrade to PostgreSQL 17 from Unbreak Now! to High.

Decreasing priority as no wheelwar will exist on db-A: php83-pdo_pgsql isn't declared there.

Tue, Nov 11, 16:06 · DBA, Servers, Operations sprints (Echoes in the Void)
dereckson added a revision to T2186: Upgrade to PostgreSQL 17: D3874: Upgrade PostgreSQL version to 17.
Tue, Nov 11, 13:53 · DBA, Servers, Operations sprints (Echoes in the Void)
dereckson moved T2186: Upgrade to PostgreSQL 17 from Next to Working on on the Operations sprints (Echoes in the Void) board.
Tue, Nov 11, 13:50 · DBA, Servers, Operations sprints (Echoes in the Void)
dereckson claimed T2186: Upgrade to PostgreSQL 17.

Taking this, we've PostgreSQL deinstalled on WindRiver; as we're on a UNIX system, it still runs without any issue as long as it doesn't need to load dynamically a library, accepts connection, serves traffic but software isn't there anymore.

Tue, Nov 11, 13:50 · DBA, Servers, Operations sprints (Echoes in the Void)
dereckson closed T2185: Create PostgreSQL database on WindRiver to test keruald Keruald Database as Resolved.
Tue, Nov 11, 02:43 · Servers, DBA, Keruald
dereckson added a revision to T2185: Create PostgreSQL database on WindRiver to test keruald Keruald Database: D3872: Create PostgreSQL database for Keruald tests.
Tue, Nov 11, 02:37 · Servers, DBA, Keruald
dereckson added a comment to T2187: Create a separate PostgreSQL log.

Each test run produces this:

Nov 11 02:29:33 windriver postgres[63389]: [19-1] 2025-11-11 02:29:33.804 UTC [63389] ERROR:  relation "nonexisting" does not exist at character 13
Nov 11 02:29:33 windriver postgres[63389]: [19-2] 2025-11-11 02:29:33.804 UTC [63389] STATEMENT:  DELETE FROM nonexisting
Nov 11 02:29:34 windriver postgres[63402]: [19-1] 2025-11-11 02:29:34.181 UTC [63402] ERROR:  relation "nonexisting" does not exist at character 15
Nov 11 02:29:34 windriver postgres[63402]: [19-2] 2025-11-11 02:29:34.181 UTC [63402] STATEMENT:  SELECT * FROM nonexisting
Nov 11 02:29:34 windriver postgres[63403]: [19-1] 2025-11-11 02:29:34.209 UTC [63403] ERROR:  relation "nonexisting" does not exist at character 15
Nov 11 02:29:34 windriver postgres[63403]: [19-2] 2025-11-11 02:29:34.209 UTC [63403] STATEMENT:  SELECT * FROM nonexisting
Nov 11 02:29:34 windriver postgres[63408]: [19-1] 2025-11-11 02:29:34.357 UTC [63408] ERROR:  relation "not_existing_table" does not exist
Nov 11 02:29:34 windriver postgres[63408]: [19-2] 2025-11-11 02:29:34.357 UTC [63408] STATEMENT:  TRUNCATE not_existing_table
Nov 11 02:29:34 windriver postgres[63409]: [19-1] 2025-11-11 02:29:34.385 UTC [63409] ERROR:  relation "not_existing" does not exist
Nov 11 02:29:34 windriver postgres[63409]: [19-2] 2025-11-11 02:29:34.385 UTC [63409] STATEMENT:  TRUNCATE not_existing
Nov 11 02:29:34 windriver postgres[63416]: [19-1] 2025-11-11 02:29:34.591 UTC [63416] FATAL:  password authentication failed for user "notexisting"
Nov 11 02:29:34 windriver postgres[63416]: [19-2] 2025-11-11 02:29:34.591 UTC [63416] DETAIL:  Role "notexisting" does not exist.
Nov 11 02:29:34 windriver postgres[63416]: [19-3]       Connection matched pg_hba.conf line 22: "host    all             all             127.0.0.1/32            scram-sha-256"

I guess we could avoid to post PostgreSQL logs directly in /var/log/messages.

Tue, Nov 11, 02:33 · DBA, Servers, Salt, Operations sprints (Echoes in the Void)
dereckson triaged T2187: Create a separate PostgreSQL log as Normal priority.
Tue, Nov 11, 02:33 · DBA, Servers, Salt, Operations sprints (Echoes in the Void)
dereckson added a comment to T2185: Create PostgreSQL database on WindRiver to test keruald Keruald Database.

Each test run produces this:

Tue, Nov 11, 02:30 · Servers, DBA, Keruald
dereckson added projects to T2186: Upgrade to PostgreSQL 17: Servers, DBA.
Tue, Nov 11, 02:13 · DBA, Servers, Operations sprints (Echoes in the Void)
dereckson added a comment to T2185: Create PostgreSQL database on WindRiver to test keruald Keruald Database.

Actually, we use the same database name than for MariaDB / MySQl:

Tue, Nov 11, 01:47 · Servers, DBA, Keruald
dereckson triaged T2185: Create PostgreSQL database on WindRiver to test keruald Keruald Database as Normal priority.
Tue, Nov 11, 01:41 · Servers, DBA, Keruald

Oct 12 2025

dereckson closed T2140: Migrate Wolfplex wiki tables on a dedicated database as Resolved.
Oct 12 2025, 15:36 · DBA, Wolfplex migration, Mediawiki SaaS
dereckson added a comment to T2140: Migrate Wolfplex wiki tables on a dedicated database.

Write is working.

Oct 12 2025, 15:36 · DBA, Wolfplex migration, Mediawiki SaaS
dereckson added a comment to T2140: Migrate Wolfplex wiki tables on a dedicated database.

Wiki is now using wolfplex_wiki database.

Oct 12 2025, 15:27 · DBA, Wolfplex migration, Mediawiki SaaS
dereckson added a revision to T2140: Migrate Wolfplex wiki tables on a dedicated database: D3746: Revert "Lock Wolfplex wiki in read-only mode".
Oct 12 2025, 15:26 · DBA, Wolfplex migration, Mediawiki SaaS
dereckson added a revision to T2140: Migrate Wolfplex wiki tables on a dedicated database: D3745: Switch Wolfplex wiki to wolfplex_wiki dedicated database.
Oct 12 2025, 15:24 · DBA, Wolfplex migration, Mediawiki SaaS
dereckson added a comment to T2140: Migrate Wolfplex wiki tables on a dedicated database.

Import to wolfplex_wiki database done.

Oct 12 2025, 15:18 · DBA, Wolfplex migration, Mediawiki SaaS
dereckson added a revision to T2140: Migrate Wolfplex wiki tables on a dedicated database: D3744: Create wolfplex_wiki database.
Oct 12 2025, 14:48 · DBA, Wolfplex migration, Mediawiki SaaS
dereckson added a comment to T2140: Migrate Wolfplex wiki tables on a dedicated database.

Wolfplex wiki is in read-only mode.

Oct 12 2025, 14:44 · DBA, Wolfplex migration, Mediawiki SaaS
dereckson added a revision to T2140: Migrate Wolfplex wiki tables on a dedicated database: D3743: Lock Wolfplex wiki in read-only mode.
Oct 12 2025, 14:14 · DBA, Wolfplex migration, Mediawiki SaaS
dereckson added a revision to T2140: Migrate Wolfplex wiki tables on a dedicated database: D3742: Allow to set a wiki in read-only mode.
Oct 12 2025, 14:11 · DBA, Wolfplex migration, Mediawiki SaaS
dereckson added a revision to T2140: Migrate Wolfplex wiki tables on a dedicated database: D3741: Introduce Option class with Some and None types.
Oct 12 2025, 13:44 · DBA, Wolfplex migration, Mediawiki SaaS
dereckson triaged T2140: Migrate Wolfplex wiki tables on a dedicated database as Normal priority.
Oct 12 2025, 10:40 · DBA, Wolfplex migration, Mediawiki SaaS
dereckson moved T2074: Mount mysql-innodb-data and mysql-innodb-logs ZFS datasets outside /var/db/mysql from Backlog to Servers on the DBA board.
Oct 12 2025, 10:40 · good-first-issue, DBA, Servers
dereckson moved T1847: Set up PostgreSQL database from Backlog to Queries on the DBA board.
Oct 12 2025, 10:39 · DBA, ServPulse
dereckson moved T2140: Migrate Wolfplex wiki tables on a dedicated database from Backlog to Queries on the DBA board.
Oct 12 2025, 10:39 · DBA, Wolfplex migration, Mediawiki SaaS
dereckson moved T2140: Migrate Wolfplex wiki tables on a dedicated database from Backlog to Working on on the Wolfplex migration board.
Oct 12 2025, 10:39 · DBA, Wolfplex migration, Mediawiki SaaS
dereckson claimed T2140: Migrate Wolfplex wiki tables on a dedicated database.
Oct 12 2025, 10:39 · DBA, Wolfplex migration, Mediawiki SaaS
dereckson updated the task description for T2140: Migrate Wolfplex wiki tables on a dedicated database.
Oct 12 2025, 10:37 · DBA, Wolfplex migration, Mediawiki SaaS

Oct 9 2025

dereckson added a comment to T1878: Allow to run queries for reporting.

Alternatively, we made a lot of progress on this in T2124.

Oct 9 2025, 14:41 · Monitoring and reporting, security, DBA, Servers

Aug 31 2025

dereckson closed T2120: Don't allow infinite grow of MariaDB binary log as Resolved by committing rOPS9e78009934a7: Sets the MariaDB binary log expiration.
Aug 31 2025, 15:48 · DBA, Servers

Jul 27 2025

dereckson added a revision to T2120: Don't allow infinite grow of MariaDB binary log: D3645: Sets the MariaDB binary log expiration.
Jul 27 2025, 15:51 · DBA, Servers
dereckson added a comment to T2120: Don't allow infinite grow of MariaDB binary log.

For reference, the configuration contains max_binlog_size = 1000M. This only affects the maximal size of ONE log file, but it can create as many as needed.

Jul 27 2025, 15:47 · DBA, Servers
dereckson added a comment to T2120: Don't allow infinite grow of MariaDB binary log.

For dbserver-mysql role, configuration is located at roles/dbserver-mysql/mysql-server/files/conf.d/server.cnf

Jul 27 2025, 15:45 · DBA, Servers
dereckson triaged T2120: Don't allow infinite grow of MariaDB binary log as High priority.
Jul 27 2025, 15:40 · DBA, Servers

Oct 27 2024

dereckson moved T2076: Backup db-B from Backlog to Services to backup on the Backups board.
Oct 27 2024, 01:08 · Backups, DBA, Servers
dereckson added a project to T2076: Backup db-B : Backups.
Oct 27 2024, 00:59 · Backups, DBA, Servers
dereckson moved T2076: Backup db-B from Backlog to Analysis / under discussion on the Servers board.
Oct 27 2024, 00:59 · Backups, DBA, Servers
dereckson moved T2076: Backup db-B from Backlog to Services / Features on the DBA board.
Oct 27 2024, 00:59 · Backups, DBA, Servers
dereckson triaged T2076: Backup db-B as High priority.
Oct 27 2024, 00:58 · Backups, DBA, Servers