Mickaël

Results 11 comments of Mickaël

I can confirm I encountered this issue as well.

@palefire19 I'm interested to join the Slack too, even if I'm not experienced with Node/Electron. Looks like the Slack is invite-only for now so I can't join :/

I solved my issue by removing all the DROP lines, and replacing `DROP SCHEMA public` by ``` DROP SCHEMA IF EXISTS public CASCADE ``` but being able to load dumps...

Thanks for the quick reply @ZuluPro I'll try to test it next week :)

@ZuluPro I just tried it with your branch: ``` $ pip install git+https://github.com/ZuluPro/django-dbbackup#pgrestore $ python manage.py dbrestore -I backup.psql.gz -z ... dbbackup.db.exceptions.CommandConnectorError: Error running: psql ******* --host=postgres --port=**** --username=****** --set...

@ZuluPro I'm kind of confused here, how do I use the new connector? Doesn't the pip install take everything needed from your branch? For now, the manual steps I take...

Bump @chrisvfritz :) This is a causing a lot of issues for me as well, and the fix is easy / simple enough. Do you think you could take a...

For what it's worth, the intermediate certificate `COMODO SSL CA` will expire in less than 24h, it is used at least on the https://sha1-intermediate.badssl.com/ domain. [![image](https://user-images.githubusercontent.com/3510190/83257855-802ff300-a1b5-11ea-94ec-b16ff3cd6c6b.png)](https://www.howfast.tech/)

Running the commands posted "fixed" the issue, at the cost of erasing all previously-created mind maps. Looks like I cannot recover existing mind maps somehow, the file is now 1...

I can second this, for some reason the latest published package on npm has the following compiled code: ![image](https://user-images.githubusercontent.com/3510190/78506512-3a891800-777a-11ea-91fe-74496487d626.png) The current codebase doesn't seem to have it (it's `firefox` instead),...