diff --git a/docker-compose.yml b/docker-compose.yml index 05d77d1..4669a8c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,7 +46,7 @@ services: command: - -cshared_preload_libraries=timescaledb,pg_stat_statements - -cpg_stat_statements.track=all - image: timescale/timescaledb-ha:pg15-latest + image: timescale/timescaledb-ha:pg15.8-ts2.17.0-all restart: always volumes: - db:/home/postgres/pgdata/data diff --git a/internal/storage/postgres/block_stats_test.go b/internal/storage/postgres/block_stats_test.go index 2dc173f..0bdee8f 100644 --- a/internal/storage/postgres/block_stats_test.go +++ b/internal/storage/postgres/block_stats_test.go @@ -35,7 +35,7 @@ func (s *BlockStatsTestSuite) SetupSuite() { Password: "password", Database: "db_test", Port: 5432, - Image: "timescale/timescaledb-ha:pg15-latest", + Image: "timescale/timescaledb-ha:pg15.8-ts2.17.0-all", }) s.Require().NoError(err) s.psqlContainer = psqlContainer diff --git a/internal/storage/postgres/stats_test.go b/internal/storage/postgres/stats_test.go index f18dbcf..e1b795a 100644 --- a/internal/storage/postgres/stats_test.go +++ b/internal/storage/postgres/stats_test.go @@ -34,7 +34,7 @@ func (s *StatsTestSuite) SetupSuite() { Password: "password", Database: "db_test", Port: 5432, - Image: "timescale/timescaledb-ha:pg15-latest", + Image: "timescale/timescaledb-ha:pg15.8-ts2.17.0-all", }) s.Require().NoError(err) s.psqlContainer = psqlContainer diff --git a/internal/storage/postgres/storage_test.go b/internal/storage/postgres/storage_test.go index 46d66e0..5fcccc2 100644 --- a/internal/storage/postgres/storage_test.go +++ b/internal/storage/postgres/storage_test.go @@ -39,7 +39,7 @@ func (s *StorageTestSuite) SetupSuite() { Password: "password", Database: "db_test", Port: 5432, - Image: "timescale/timescaledb-ha:pg15-latest", + Image: "timescale/timescaledb-ha:pg15.8-ts2.17.0-all", }) s.Require().NoError(err) s.psqlContainer = psqlContainer diff --git a/internal/storage/postgres/transaction_test.go b/internal/storage/postgres/transaction_test.go index 12a07be..20889b8 100644 --- a/internal/storage/postgres/transaction_test.go +++ b/internal/storage/postgres/transaction_test.go @@ -40,7 +40,7 @@ func (s *TransactionTestSuite) SetupSuite() { Password: "password", Database: "db_test", Port: 5432, - Image: "timescale/timescaledb-ha:pg15-latest", + Image: "timescale/timescaledb-ha:pg15.8-ts2.17.0-all", }) s.Require().NoError(err) s.psqlContainer = psqlContainer diff --git a/pkg/indexer/rollback/rollback_test.go b/pkg/indexer/rollback/rollback_test.go index f2c4116..afb796e 100644 --- a/pkg/indexer/rollback/rollback_test.go +++ b/pkg/indexer/rollback/rollback_test.go @@ -45,7 +45,7 @@ func (s *ModuleTestSuite) SetupSuite() { Password: "password", Database: "db_test", Port: 5432, - Image: "timescale/timescaledb-ha:pg15-latest", + Image: "timescale/timescaledb-ha:pg15.8-ts2.17.0-all", }) s.Require().NoError(err) s.psqlContainer = psqlContainer diff --git a/pkg/indexer/storage/storage_test.go b/pkg/indexer/storage/storage_test.go index 5183322..99ec8ea 100644 --- a/pkg/indexer/storage/storage_test.go +++ b/pkg/indexer/storage/storage_test.go @@ -40,7 +40,7 @@ func (s *ModuleTestSuite) SetupSuite() { Password: "password", Database: "db_test", Port: 5432, - Image: "timescale/timescaledb-ha:pg15-latest", + Image: "timescale/timescaledb-ha:pg15.8-ts2.17.0-all", }) s.Require().NoError(err) s.psqlContainer = psqlContainer