Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

Can I access Odoo.sh backups via SSH?

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
backupaccessremoteodoo.sh
2 Odpowiedzi
17039 Widoki
Awatar
Community Question

I see that I have access to a rolling set of backups via the Odoo.sh control panel on the BACKUPS tab.

If I want to download these via scripted automation (and store them somewhere else) is this possible?

0
Awatar
Odrzuć
Rémi Pradal

@Raju, did you get some insights from the support about this issue ? I am running into the same problem...

Awatar
Ray Carnes (ray)
Najlepsza odpowiedź

Yes.

The most current backup is available in /home/odoo/backup.daily

To use ssh you first need to set up your public key in your GitHub profile. If you do not already have one, you can generate a pair of rsa keys by following Github's documentation.

Once this is done, you will be able to connect through ssh to any of your builds using:

ssh <build_id>@<domain>


The domain is the url you use to connect to the build. For example:


ssh 123456@my-project-my-branch-123456.dev.odoo.com


The SSH button at the top of your branch will show you the specific port and URL

1
Awatar
Odrzuć
Raju Pillai

Hi Ray. Thank you for the info!

I have a few quick questions, if that's okay:

* How does Odoo.sh choose which key(s) to use? It's possible to add multiple keys in Github - is that supported by Odoo.sh?

* When are keys imported to Odoo.sh - at login-time/JIT, periodic imports, or perhaps GitHub hooks? For example, if a new key is added to Github, is there a delay before it's useable in Odoo.sh?

* Which cipher alogritms are allowed? I assume standard RSA would be fine, but are others useable (e.g. ECDSA or Ed25519)?

I ask these questions because, despite setting things up (AFAIK) correctly, I still can't SSH into my Odoo.sh instance: "Permission denied (publickey)."

Checking with `ssh -vv <xx>` shows that authentication is being attempted, but the key is being rejected. The same key is usable to push commits to GitHub. It's an Ed25519 that was added to Github *after* the Odoo.sh project was created. I wonder if maybe the cipher is not supported, or the key has not been imported to Odoo.sh?

I've been through some debug steps already:

- The key works when pushing to Github

- Permissions are set correctly (0600)

- SSH agent is not running (using `-i <keyfile>`)

- My account has "admin" permissions in Odoo.sh

- SSH doesn't work for any branch in the project

Any help would be very much appreciated. I couldn't find much info online :-(

Ray Carnes (ray)

I suggest you contact Odoo Support and open a ticket as I don't have the information you are asking for.

Awatar
jblankestijn@erpopen.nl
Najlepsza odpowiedź

Hi Raju, 

I don't know if you figured out how to connect, but here is what you need to do:

1. generate an ssh key on your computer (Reading through your question, you already have this)

2. Login in odoo.sh

3. Go to your profile page

4. Paste your ssh key (the public one) in the SSH keys field (or click on 'import' from github

5. Now you can connect to your container through ssh like the example mr. Ray states.


Kind regards,

1
Awatar
Odrzuć
Friedrich Sauer

Hi Raju,

did you gather any further insights? I cant connect via .ssh while being seemingly correctly added to git.

Thanks,
Friedrich

Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
How can I access an Odoo.sh backup via the terminal so I can copy it to another server? Rozwiązane
backup odoo.sh
Awatar
Awatar
Awatar
2
gru 24
6958
Automatic database backup in odoo.sh Rozwiązane
backup odoo.sh
Awatar
Awatar
Awatar
2
maj 24
8182
Change the scheduling of odoo.sh backups Rozwiązane
backup schedule odoo.sh
Awatar
Awatar
1
mar 25
7795
How to access Postgres db Odoo.sh Rozwiązane
pgadmin remote odoo.sh
Awatar
Awatar
Awatar
Awatar
Awatar
5
sie 25
42322
Open ERP 7 - Backup Access Denied Rozwiązane
backup access denied
Awatar
Awatar
Awatar
Awatar
Awatar
28
gru 23
26874
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now