File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ public function isBackupSolutionAvailable()
120
120
{
121
121
return str ($ this ->databaseType ())->contains ('mysql ' ) ||
122
122
str ($ this ->databaseType ())->contains ('postgres ' ) ||
123
+ str ($ this ->databaseType ())->contains ('postgis ' ) ||
123
124
str ($ this ->databaseType ())->contains ('mariadb ' ) ||
124
125
str ($ this ->databaseType ())->contains ('mongodb ' );
125
126
}
Original file line number Diff line number Diff line change 20
20
const DATABASE_DOCKER_IMAGES = [
21
21
'bitnami/mariadb ' ,
22
22
'bitnami/mongodb ' ,
23
- 'bitnami/mysql ' ,
24
- 'bitnami/postgresql ' ,
25
23
'bitnami/redis ' ,
26
24
'mysql ' ,
25
+ 'bitnami/mysql ' ,
26
+ 'mysql/mysql-server ' ,
27
27
'mariadb ' ,
28
+ 'postgis/postgis ' ,
28
29
'postgres ' ,
30
+ 'bitnami/postgresql ' ,
31
+ 'supabase/postgres ' ,
32
+ 'elestio/postgres ' ,
29
33
'mongo ' ,
30
34
'redis ' ,
31
35
'memcached ' ,
32
36
'couchdb ' ,
33
37
'neo4j ' ,
34
38
'influxdb ' ,
35
39
'clickhouse/clickhouse-server ' ,
36
- 'supabase/postgres ' ,
37
- 'elestio/postgres ' ,
38
40
];
39
41
const SPECIFIC_SERVICES = [
40
42
'quay.io/minio/minio ' ,
You can’t perform that action at this time.
0 commit comments