You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use attic login server1 and then attic push cache_on_server_1 which works just fine.
When I then do: attic login server2 and attic push cache_on_server_2 I get NoSuchCache: The requested cache does not exist.
So, for some reason I'm not loged to the second server.
If I use attic login --set-default server2 the push works fine.
Is this supposed to work like this? Or is there a way to set the upstream server somewhere else?
The text was updated successfully, but these errors were encountered:
I'm trying to upload to two separate servers.
I use
attic login server1
and thenattic push cache_on_server_1
which works just fine.When I then do:
attic login server2
andattic push cache_on_server_2
I getNoSuchCache: The requested cache does not exist.
So, for some reason I'm not loged to the second server.
If I use
attic login --set-default server2
the push works fine.Is this supposed to work like this? Or is there a way to set the upstream server somewhere else?
The text was updated successfully, but these errors were encountered: