File: proc_troubleshooting-bundle-version-mismatch.adoc

package info (click to toggle)
golang-github-crc-org-crc 2.34.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,548 kB
  • sloc: sh: 398; makefile: 326; javascript: 40
file content (19 lines) | stat: -rw-r--r-- 675 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
= Troubleshooting bundle version mismatch

Created {prod} instances contain bundle information and instance data.
Bundle information and instance data is not updated when setting up a new {prod} release.
This information is not updated due to customization in the earlier instance data.
This will lead to errors when running the [command]`{bin} start` command:

[subs="+quotes,attributes"]
----
$ {bin} start
...
FATA Bundle 'crc_hyperkit_4.2.8.crcbundle' was requested, but the existing VM is using
'crc_hyperkit_4.2.2.crcbundle'
----

.Procedure
. Issue the [command]`{bin} delete` command before attempting to start the instance:
+
include::partial$snip_crc-delete.adoc[]