question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RFC: Hyper 3 Migration

See original GitHub issue

Problem

We changed the location of the config file in Hyper 3 (Windows) without proper a proper migration path causing disruption to users updating from the stable branch.

Workaround

If you’re experiencing this issue, you can copy your .hyper.js from C:\Users\<username>\ to: C:\Users\<username>\AppData\Roaming\Hyper and restart hyper.

If you keep having issues with Hyper 3 you can also temporarily downgrade to Hyper 2 but please report any issues so we can fix them in a timely manner

Fix

We have a couple of potential fixes:

  1. Revert the location to the previous one
  2. Detect if there’s a file in the old location and copy/move it to the new location, backing up any existing ones in the new location (probably a fresh config augenerated by Hyper 3)

I think (2) is the way to go but would like to hear opinions from the community (cc: @Stanzilla, @mazyi, marekkaczkowski)

Improving testing

Moving forward we would like to prevent this from happening again. The way to do this is by improving our testing infrastructure. We’re accepting proposal to and collaboration on this front. If you’re interested feel free to let me know and we can coordinate

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:7
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
Stanzillacommented, May 6, 2019

I vote 2,

if there already is a file in the new location, which is only the case if the user already upgraded, overwrite it but keep a backup and tell the user what happened.

4reactions
MaxySparkcommented, May 7, 2019

After updating to v3 when I use clear command it doesn’t work properly. I need to scroll up and down to apply the clear effect. In v2 I didn’t get this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

RFC: Hyper 3 Migration · Issue #3605 · vercel/hyper · GitHub
We have a couple of potential fixes: Revert the location to the previous one; Detect if there's a file in the old location...
Read more >
Management Information Base for Virtual Machines Controlled ...
A hypervisor controls multiple virtual machines on a single physical ... it is not in the process of preparing(3), suspending(5), resuming(7), migrating(9), ...
Read more >
RFC 1044 - Internet Protocol on Network System's ...
RFC 1044 IP on Network Systems HYPERchannel February 1988 is connected to the trunk 3 interface of a second. Such configurations are strongly...
Read more >
Re: [PATCH RFC v3 23/23] i386: provide simple 'hyperv=on' option ...
+Hyper-V enlightenments can be enabled in bulk by specifying 'hyperv=on' to ... list of the supported features intact to >> +safeguard migration. >>...
Read more >
[RFC] virtio-net: help live migrate SR-IOV devices
There is documentation [1] >> indicating that some OS/Hypervisor vendors will support live migration >> of a system with a direct assigned ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found