Skip to content

Instantly share code, notes, and snippets.

@amc-ie
Last active April 30, 2024 20:55
Show Gist options
  • Save amc-ie/c92f8866cf6ab1757ea17946c8dcd40d to your computer and use it in GitHub Desktop.
Save amc-ie/c92f8866cf6ab1757ea17946c8dcd40d to your computer and use it in GitHub Desktop.
Discord announcement for 3.0.1 migration tooling release

📣 MINA 3.0.1 UPGRADE MIGRATION TOOLING RELEASE! 📣

Hey @everyone! Mina's ecosystem partner, o1Labs, are pleased to announce the stable release of our Upgrade Migration Tooling bundle. This release is the culmination of continuous testing and feedback along with our amazing community to make the upgrade process as smooth and as easy as possible.

The complete release notes are here, please take a look before you install: https://github.com/MinaProtocol/mina/releases/tag/3.0.1-migration-tooling

Installation

Supported environments include macOS, Linux (Debian 10, 11 and Ubuntu 20.04 LTS), and any host machine with Docker.

Note - in order to install mina-archive-migration you will need to install google-cloud-sdk as a prerequisite.

Debian Packages:

Debian Repository: First, set up and update the stable Debian Repository for your platform with the following commands:

sudo rm /etc/apt/sources.list.d/mina*.list
sudo echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/mina.list
sudo apt-get update

Then, install the package(s) that you need:

Mina Migration Tooling: sudo apt-get install --allow-downgrades -y mina-archive-migration=3.0.1-e848ecb
Mina Archive Maintenance Tooling: sudo apt-get install --allow-downgrades -y mina-archive-maintenance=1.4.1-060f0a5
Mina Berkeley Archive Schema: create_schema.sql and zkapp_tables.sql (both needed)

Docker Images:

Every docker image is built for each of the supported platforms, replace CODENAME in the images below with your choice of focal, buster, or bullseye to select the base docker image.

Mina Archive Migration Tooling: gcr.io/o1labs-192920/mina-archive-migration:3.0.1-e848ecb-CODENAME Mina Archive Maintenance Tooling: gcr.io/o1labs-192920/mina-archive-maintenance:1.4.1-060f0a5-CODENAME
Mina Berkeley Archive Schema: create_schema.sql and zkapp_tables.sql (both needed)

Questions and Feedback

f you discover any issues please report them to the MinaProtocol github at https://github.com/MinaProtocol/mina/issues/new/choose so we can look into it. Please include 3.0.1-migration-tooling in the issue title/description so we can more easily sort through the issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment