Alex Theodore

Results 21 comments of Alex Theodore

More recently, this is what it took for things to work for me: ``` apt-get update; apt-get install --no-install-recommends python3 python3-setuptools python3-wheel python3-pip; apt-get install libpq-dev python3-dev pip3 install migra[pg];...

I am a new user, just downloaded - having the same issue. Tried with several different gmail accounts using both 2.0.8 and 2.0.9.

I just got really excited about using Pyrseas but the dbtoyaml function erred immediately and I am pretty sure it is this same bug. Its hitting issues with my extensions,...

@jmafc Sure, here are two different ones: First error (seemingly from pg_cron extension) ``` Traceback (most recent call last): File "/usr/local/bin/dbtoyaml", line 11, in sys.exit(main()) File "/usr/local/lib/python2.7/dist-packages/pyrseas/dbtoyaml.py", line 49, in...

@jmafc Ok, that I can do. So, for pg_cron, I did the most remedial test first: fresh cluster/database and adding the pg_cron extension. Steps to recreate: - create a fresh...

And here is another test, this time starting from a totally clean slate: ``` CREATE OR REPLACE FUNCTION json_agg_statef (IN json_cur_in JSONB, IN json_next_in JSONB, OUT json_cur_out JSONB) AS $$...

Confirmed. ``` postgres@ip-172-33-2-75:~/adt_tmp$ dbtoyaml --version dbtoyaml 0.9.1 ```

@jmafc I don't have pg11 handy to test anything with. I can only add that installation was easy for me on EC2 Ubuntu via: ``` sudo apt -y install postgresql-13...

@jmafc Sorry not yet - almost got around to it last night. I will soon, just got swamped.

As posted in #236, the updated SQL fixes the pg_cron bug, though the second error persists: https://github.com/perseas/Pyrseas/issues/226#issuecomment-958239631