Skip to content

Commit a503b8a

Browse files
committed
chore: add olive, palm, quince, redwood upgrade paths
1 parent 310c8b5 commit a503b8a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

{{cookiecutter.github_repo_name}}/scripts/migrate-native-to-tutor.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,20 @@ tutor local quickstart
180180
pip install "tutor[full]==14.2.4" # installs/upgrades to Nutmeg by default
181181
tutor local quickstart
182182

183+
pip install "tutor[full]==15.3.9" # installs/upgrades to Olive by default
184+
tutor local launch
185+
186+
pip install "tutor[full]==16.1.8" # installs/upgrades to Palm by default
187+
tutor local launch
188+
189+
pip install "tutor[full]==17.0.6" # installs/upgrades to Quince by default
190+
tutor local launch
191+
192+
pip install "tutor[full]==18.1.3" # installs/upgrades to Redwood by default
193+
tutor local launch
194+
195+
196+
183197
# 6. modify the db name inside your source mysql dump file
184198
# -----------------------------------------------------------------------------
185199
# If your source data comes from a native build (presumably Lilac or earlier)

0 commit comments

Comments
 (0)