Page MenuHomeDevCentral

Enable latest FreeBSD repository on dbserver-mysql
ClosedPublic

Authored by dereckson on Apr 15 2023, 07:00.
Tags
None
Referenced Files
F3631925: D3019.id7703.diff
Sun, Oct 6, 18:13
F3631858: D3019.id7704.diff
Sun, Oct 6, 17:44
F3631589: D3019.diff
Sun, Oct 6, 16:35
Unknown Object (File)
Fri, Oct 4, 05:03
Unknown Object (File)
Tue, Oct 1, 05:45
Unknown Object (File)
Mon, Sep 30, 20:36
Unknown Object (File)
Wed, Sep 25, 14:09
Unknown Object (File)
Wed, Sep 11, 23:02
Subscribers
None

Details

Summary

MariaDB 10.11 isn't currently available in quarterly.

Ref T1803.

Test Plan

Deploy on db-B-001

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
Complector
$ salt db-B-001 state.apply hotfixes/MariaDB test=True
db-B-001:
----------
          ID: /etc/pkg/FreeBSD.conf
    Function: file.replace
      Result: None
     Comment: Changes would have been made
     Started: 08:58:36.312238
    Duration: 11.545 ms
     Changes:
              ----------
              diff:
                  ---
                  +++
                  @@ -8,7 +8,7 @@
                   #

                   FreeBSD: {
                  -  url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
                  +  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
                     mirror_type: "srv",
                     signature_type: "fingerprints",
                     fingerprints: "/usr/share/keys/pkg",

Summary for db-B-001
------------
Succeeded: 1 (unchanged=1, changed=1)
Failed:    0
------------
Total states run:     1
Total run time:  11.545 ms
This revision is now accepted and ready to land.Apr 15 2023, 07:00