Skip to content

How to generate new bootstrap snapshot

Nikita Pettik edited this page Jun 8, 2018 · 4 revisions

1. Patch src/box/lua/upgrade
2. Run Tarantool at clean directory:

  • box.cfg{}
  • box.internal.bootstrap()

3. Edit the last *.snap file in binary mode: change value of ‘vclock’ to empty: {}.
4. mv *.snap src/box/bootstrap.snap
5. make -j

Clone this wiki locally