With regards to this site: d152e5b4-a2f7-445b-8866-be2cd81d44f9
I am connected, and attempting to run backups via terminus. This is what I am trying:
terminus site backups create --site=SITENAME --env=live --element=all
However Dashboard UI still shows as though the Files component is still backing up.
Originally, I tried to just back up:
terminus site backups create --site=SITENAME --env=live --element=code,db
and oddly enough, the DB and Files components backed up.
Then if I run as:
terminus site backups create --site=SITENAME --env=live
and it asks me which element I would like to back up, choosing 1 actually backs up the DB, not the code.
Choosing 2 seems to back up everything, as does 3, and the same happens choosing 4 as an option.
There are really two separate issues happening here. One is the SSL Handshake Abort, and the other is that the terminus site backups --element params don't seem to be working. In an ideal world, I would be able to backup just code, and DB for this particular project and do it via Terminus. There definitely isn't a way via Dashboard UI that I know of to do this.
With regards to this site: d152e5b4-a2f7-445b-8866-be2cd81d44f9
I am connected, and attempting to run backups via terminus. This is what I am trying: terminus site backups create --site=SITENAME --env=live --element=all
Getting this error: .....................................................................................Error: Exception thrown - [curl] 35: Server aborted the SSL handshake [url] https://dashboard.getpantheon.com/api/sites/d152e5b4-a2f7-445b-8866-be2cd81d44f9/workflows/9e035b62-5870-11e5-94f7-bc764e10b0ce
However Dashboard UI still shows as though the Files component is still backing up.
Originally, I tried to just back up: terminus site backups create --site=SITENAME --env=live --element=code,db
and oddly enough, the DB and Files components backed up.
Then if I run as: terminus site backups create --site=SITENAME --env=live and it asks me which element I would like to back up, choosing 1 actually backs up the DB, not the code. Choosing 2 seems to back up everything, as does 3, and the same happens choosing 4 as an option.
There are really two separate issues happening here. One is the SSL Handshake Abort, and the other is that the terminus site backups --element params don't seem to be working. In an ideal world, I would be able to backup just code, and DB for this particular project and do it via Terminus. There definitely isn't a way via Dashboard UI that I know of to do this.
Please keep me posted, thank you. -adam