Replies: 7 comments
-
Hi @ramazulay , |
Beta Was this translation helpful? Give feedback.
-
Great! Please let me know if I need to upgrade, if so specify the tags in any microservices. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
-
Hi @ramazulay, Important: The database schema has evolved, so you need to back up your data first. The new schema is as follows:
To add the column "project_path" if it does not exist in the "deploy" and "stacks" tables in MySQL, you can use the following SQL statements: For the "deploy" table:
For the "stacks" table
These statements will add the "project_path" column to the tables if it doesn't already exist. The column will have a data type of varchar(50) and a default value of NULL. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I created a new deployment and will move the workload |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi @ramazulay |
Beta Was this translation helpful? Give feedback.
-
Hi @D10S0VSkY-OSS , Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi @D10S0VSkY-OSS,
I have 2 folders in the same git repo.
I need to run terraform apply in each sub folder.
Is it possible to define a subdirectory when I run deploy?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions