mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
Update Postgres docker tag in tests (#1624)
* Update Postgres docker tag in tests
This commit is contained in:
parent
61c50d811a
commit
4a8c03f3e9
4 changed files with 7 additions and 7 deletions
|
@ -18,7 +18,7 @@ public class NomulusPostgreSql {
|
||||||
|
|
||||||
/** The current PostgreSql version in Cloud SQL. */
|
/** The current PostgreSql version in Cloud SQL. */
|
||||||
// TODO(weiminyu): setup periodic checks to detect version changes in Cloud SQL.
|
// TODO(weiminyu): setup periodic checks to detect version changes in Cloud SQL.
|
||||||
private static final String TARGET_VERSION = "11.5";
|
private static final String TARGET_VERSION = "11.14";
|
||||||
|
|
||||||
/** Returns the docker image tag of the targeted Postgresql server version. */
|
/** Returns the docker image tag of the targeted Postgresql server version. */
|
||||||
public static String getDockerTag() {
|
public static String getDockerTag() {
|
||||||
|
|
|
@ -261,7 +261,7 @@ td.section {
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="property_name">generated on</td>
|
<td class="property_name">generated on</td>
|
||||||
<td class="property_value">2022-04-01 16:53:26.766163</td>
|
<td class="property_value">2022-05-05 16:42:10.390681</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="property_name">last flyway file</td>
|
<td class="property_name">last flyway file</td>
|
||||||
|
@ -284,7 +284,7 @@ td.section {
|
||||||
generated on
|
generated on
|
||||||
</text>
|
</text>
|
||||||
<text text-anchor="start" x="4055.5" y="-10.8" font-family="Helvetica,sans-Serif" font-size="14.00">
|
<text text-anchor="start" x="4055.5" y="-10.8" font-family="Helvetica,sans-Serif" font-size="14.00">
|
||||||
2022-04-01 16:53:26.766163
|
2022-05-05 16:42:10.390681
|
||||||
</text>
|
</text>
|
||||||
<polygon fill="none" stroke="#888888" points="3968,-4 3968,-44 4233,-44 4233,-4 3968,-4" /> <!-- allocationtoken_a08ccbef -->
|
<polygon fill="none" stroke="#888888" points="3968,-4 3968,-44 4233,-44 4233,-4 3968,-4" /> <!-- allocationtoken_a08ccbef -->
|
||||||
<g id="node1" class="node">
|
<g id="node1" class="node">
|
||||||
|
|
|
@ -261,7 +261,7 @@ td.section {
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="property_name">generated on</td>
|
<td class="property_name">generated on</td>
|
||||||
<td class="property_value">2022-04-01 16:53:24.425044</td>
|
<td class="property_value">2022-05-05 16:42:08.300052</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="property_name">last flyway file</td>
|
<td class="property_name">last flyway file</td>
|
||||||
|
@ -284,7 +284,7 @@ td.section {
|
||||||
generated on
|
generated on
|
||||||
</text>
|
</text>
|
||||||
<text text-anchor="start" x="4755.52" y="-10.8" font-family="Helvetica,sans-Serif" font-size="14.00">
|
<text text-anchor="start" x="4755.52" y="-10.8" font-family="Helvetica,sans-Serif" font-size="14.00">
|
||||||
2022-04-01 16:53:24.425044
|
2022-05-05 16:42:08.300052
|
||||||
</text>
|
</text>
|
||||||
<polygon fill="none" stroke="#888888" points="4668.02,-4 4668.02,-44 4933.02,-44 4933.02,-4 4668.02,-4" /> <!-- allocationtoken_a08ccbef -->
|
<polygon fill="none" stroke="#888888" points="4668.02,-4 4668.02,-44 4933.02,-44 4933.02,-4 4668.02,-4" /> <!-- allocationtoken_a08ccbef -->
|
||||||
<g id="node1" class="node">
|
<g id="node1" class="node">
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
-- PostgreSQL database dump
|
-- PostgreSQL database dump
|
||||||
--
|
--
|
||||||
|
|
||||||
-- Dumped from database version 11.5 (Debian 11.5-3.pgdg90+1)
|
-- Dumped from database version 11.14 (Debian 11.14-1.pgdg90+1)
|
||||||
-- Dumped by pg_dump version 11.5 (Debian 11.5-3.pgdg90+1)
|
-- Dumped by pg_dump version 11.14 (Debian 11.14-1.pgdg90+1)
|
||||||
|
|
||||||
SET statement_timeout = 0;
|
SET statement_timeout = 0;
|
||||||
SET lock_timeout = 0;
|
SET lock_timeout = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue