-
Notifications
You must be signed in to change notification settings - Fork 2
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
Refactor level-2 branch to use remote db #13
base: level2
Are you sure you want to change the base?
Conversation
I'm getting this error when running it on kubernetes.
Sounds like this can be fixed by specifying these package versions:
|
That worked, now getting a new error it can't find the geosupport files:
|
Apparently they removed the files for minor version of geosupport we were using, and also changed the filename structure. Updated that and it's now installing correctly. New error though with the SFTP connection:
Not sure why this is happening when it has always worked fine locally. @zhik have you ever run into an issue like this when running it locally? |
It seems like for some reason this line in os.system("ssh-keyscan -t dsa {host} >> ~/.ssh/known_hosts") I edited the kubernetes cron job definition to first run that command, and then It seems like everything is going fine now, so I'll update again when the job is done. |
It took about 2-3 hours for the initial XML parsing work, then it got to |
…ta-coalition/oca into use-local-for-staging
Having staging run on local postgres
I think we still want to keep the original process of writing to a remote postgres instance in-case we want to switch out of AWS. So I would not want to merge use-remote-all-steps into level2. |
#12
Still needs to be tested on kubernetes. My local server write speeds to the RDS takes 4h59min8s (35691 xml lines).