Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backup -> Restore (master 5.13) #2591

Closed
timtimsson opened this issue May 1, 2018 · 2 comments
Closed

Backup -> Restore (master 5.13) #2591

timtimsson opened this issue May 1, 2018 · 2 comments
Labels
bug Type - Confirmated Bug fixed Result - The work on the issue has ended

Comments

@timtimsson
Copy link

Hello,
i have a proplem with backup -> restore in 5.13 master....

Program Version: 5.12.0
Core/SDK Version: 2_4_0_RC2/2.1.0(7106d38)
backup->restore ok

then:
->upgrade with minimal -> upgrade 5.13 -> old config ok (WiFi, MQTT, module,gpios)
all sensor, rules etc works fine!
(Program Version: 5.13.0
Core/SDK Version: 2_4_1/2.2.1(cfd48f3))
but
backup->restore: after reboot crash....

I take 2 different 8266-boards - same problem...

Does anybody have the same problem?
What am I doing wrong?

@arendst arendst added the bug Type - Confirmated Bug label May 1, 2018
@arendst
Copy link
Owner

arendst commented May 1, 2018

You're right. Problem. Will investigate.

arendst added a commit that referenced this issue May 1, 2018
5.13.0a
 * Fix configuration restore (#2591)
@arendst
Copy link
Owner

arendst commented May 1, 2018

It will fail with all core versions.

The cause is the new size of the configuration settings area overflowing the default HTTP_UPLOAD_BUFLEN of 2048 bytes.

Has been solved in development branch 5.13.0a and release 5.13.1.

@arendst arendst added the fixed Result - The work on the issue has ended label May 1, 2018
bollitec pushed a commit to bollitec/Sonoff-Tasmota that referenced this issue May 2, 2018
5.13.0a
 * Fix configuration restore (arendst#2591)
@arendst arendst closed this as completed May 3, 2018
curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 6, 2018
5.13.0a
 * Fix configuration restore (arendst#2591)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Type - Confirmated Bug fixed Result - The work on the issue has ended
Projects
None yet
Development

No branches or pull requests

2 participants