This repository was archived by the owner on Sep 27, 2024. It is now read-only.
Commit f07ccbe 1 parent ddb60fd commit f07ccbe Copy full SHA for f07ccbe
File tree 6 files changed +18
-0
lines changed
6 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ services:
72
72
max-file : ' 3'
73
73
74
74
db :
75
+ # Don't change major version if you have an existing database!
76
+ # If you have started with an older major version (like 15), you need to migrate your database.
77
+ # This is not worth the effort, so don't do it.
75
78
image : postgres:16-alpine
76
79
labels :
77
80
- ' com.centurylinklabs.watchtower.scope=solectrus'
Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ services:
74
74
max-file : ' 3'
75
75
76
76
db :
77
+ # Don't change major version if you have an existing database!
78
+ # If you have started with an older major version (like 15), you need to migrate your database.
79
+ # This is not worth the effort, so don't do it.
77
80
image : postgres:16-alpine
78
81
labels :
79
82
- ' com.centurylinklabs.watchtower.scope=solectrus'
Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ services:
75
75
max-file : ' 3'
76
76
77
77
db :
78
+ # Don't change major version if you have an existing database!
79
+ # If you have started with an older major version (like 15), you need to migrate your database.
80
+ # This is not worth the effort, so don't do it.
78
81
image : postgres:16-alpine
79
82
labels :
80
83
- ' com.centurylinklabs.watchtower.scope=solectrus'
Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ services:
75
75
max-file : ' 3'
76
76
77
77
db :
78
+ # Don't change major version if you have an existing database!
79
+ # If you have started with an older major version (like 15), you need to migrate your database.
80
+ # This is not worth the effort, so don't do it.
78
81
image : postgres:16-alpine
79
82
labels :
80
83
- ' com.centurylinklabs.watchtower.scope=solectrus'
Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ services:
75
75
max-file : ' 3'
76
76
77
77
db :
78
+ # Don't change major version if you have an existing database!
79
+ # If you have started with an older major version (like 15), you need to migrate your database.
80
+ # This is not worth the effort, so don't do it.
78
81
image : postgres:16-alpine
79
82
labels :
80
83
- ' com.centurylinklabs.watchtower.scope=solectrus'
Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ services:
75
75
max-file : ' 3'
76
76
77
77
db :
78
+ # Don't change major version if you have an existing database!
79
+ # If you have started with an older major version (like 15), you need to migrate your database.
80
+ # This is not worth the effort, so don't do it.
78
81
image : postgres:16-alpine
79
82
labels :
80
83
- ' com.centurylinklabs.watchtower.scope=solectrus'
You can’t perform that action at this time.
0 commit comments