File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ protected function determineDatabaseType($public)
111
111
'rds ' => 'Fixed Size MySQL Instance 8.0 (Free Tier Eligible) ' ,
112
112
'rds-mysql-5.7 ' => 'Fixed Size MySQL Instance 5.7 (Free Tier Eligible) ' ,
113
113
'aurora-serverless ' => 'Serverless MySQL Aurora Cluster ' ,
114
+ 'rds-pgsql-13.4 ' => 'Fixed Size PostgreSQL Instance 13.4 ' ,
114
115
'rds-pgsql-11.10 ' => 'Fixed Size PostgreSQL Instance 11.10 ' ,
115
116
'rds-pgsql ' => 'Fixed Size PostgreSQL Instance 10.7 ' ,
116
117
'aurora-serverless-pgsql ' => 'Serverless PostgreSQL Aurora Cluster ' ,
@@ -140,7 +141,8 @@ protected function determineInstanceClass($type)
140
141
if ($ type == 'rds '
141
142
|| $ type == 'rds-mysql-5.7 '
142
143
|| $ type == 'rds-pgsql '
143
- || $ type == 'rds-pgsql-11.10 ' ) {
144
+ || $ type == 'rds-pgsql-11.10 '
145
+ || $ type == 'rds-pgsql-13.4 ' ) {
144
146
return $ this ->determineRdsInstanceClass ();
145
147
}
146
148
}
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ class DatabaseUpgradeCommand extends Command
17
17
'rds ' => 'Fixed Size MySQL Instance 8.0 (Free Tier Eligible) ' ,
18
18
'rds-mysql-5.7 ' => 'Fixed Size MySQL Instance 5.7 (Free Tier Eligible) ' ,
19
19
'aurora-serverless ' => 'Serverless MySQL Aurora Cluster ' ,
20
+ 'rds-pgsql-13.4 ' => 'Fixed Size PostgreSQL Instance 13.4 ' ,
20
21
'rds-pgsql-11.10 ' => 'Fixed Size PostgreSQL Instance 11.10 ' ,
21
22
'rds-pgsql ' => 'Fixed Size PostgreSQL Instance 10.7 ' ,
22
23
'aurora-serverless-pgsql ' => 'Serverless PostgreSQL Aurora Cluster ' ,
You can’t perform that action at this time.
0 commit comments