Skip to Content
Odoo Menu
  • Prisijungti
  • Išbandykite nemokamai
  • Programėlės
    Finansai
    • Apskaita
    • Pateikimas apmokėjimui
    • Sąnaudos
    • Skaičiuoklė (BI)
    • Dokumentai
    • Pasirašymas
    Pardavimai
    • CRM
    • Pardavimai
    • Kasų sistema - Parduotuvė
    • Kasų sistema - Restoranas
    • Prenumeratos
    • Nuoma
    Svetainės
    • Svetainių kūrėjimo įrankis
    • El. Prekyba
    • Internetinis Tinklaraštis
    • Forumas
    • Tiesioginis pokalbis
    • eMokymasis
    Tiekimo grandinė
    • Atsarga
    • Gamyba
    • PLM
    • Įsigijimai
    • Priežiūra
    • Kokybė
    Žmogaus ištekliai
    • Darbuotojai
    • Įdarbinimas
    • Atostogos
    • Įvertinimai
    • Rekomendacijos
    • Transporto priemonės
    Rinkodara
    • Socialinė rinkodara
    • Rinkodara el. paštu
    • SMS rinkodara
    • Renginiai
    • Rinkodaros automatizavimas
    • Apklausos
    Paslaugos
    • Projektas
    • Darbo laiko žiniaraščiai
    • Priežiūros tarnyba
    • Pagalbos tarnyba
    • Planavimas
    • Rezervacijos
    Produktyvumas
    • Diskucija
    • Patvirtinimai
    • IoT
    • VoIP
    • Žinių biblioteka
    • WhatsApp
    Trečiųjų šalių programos Odoo Studija Odoo debesijos platforma
  • Pramonės šakos
    Mažmeninė prekyba
    • Knygynas
    • Drabužių parduotuvė
    • Baldų parduotuvė
    • Maisto prekių parduotuvė
    • Techninės įrangos parduotuvė
    • Žaislų parduotuvė
    Food & Hospitality
    • Barai ir pub'ai
    • Restoranas
    • Greitasis maistas
    • Guest House
    • Gėrimų platintojas
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architektūros įmonė
    • Konstrukcija
    • Estate Managament
    • Sodininkauti
    • Turto savininkų asociacija
    Consulting
    • Accounting Firm
    • Odoo Partneris
    • Marketing Agency
    • Teisinė firma
    • Talentų paieška
    • Auditai & sertifikavimas
    Gamyba
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Įmonių dovanos
    Sveikata & Fitnesas
    • Sporto klubas
    • Akinių parduotuvė
    • Fitneso Centras
    • Sveikatos praktikai
    • Vaistinė
    • Kirpėjas
    Trades
    • Handyman
    • IT įranga ir palaikymas
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Aplinkos agentūra
    • Reklaminių stendų nuoma
    • Fotografavimas
    • Dviračių nuoma
    • Programinės įrangos perpardavėjas
    Browse all Industries
  • Bendrija
    Mokykitės
    • Mokomosios medžiagos
    • Dokumentacija
    • Sertifikatai
    • Mokymai
    • Internetinis Tinklaraštis
    • Tinklalaidės
    Skatinkite švietinimą
    • Švietimo programa
    • Scale Up! Verslo žaidimas
    • Aplankykite Odoo
    Gaukite programinę įrangą
    • Atsisiųsti
    • Palyginkite versijas
    • Leidimai
    Bendradarbiauti
    • Github
    • Forumas
    • Renginiai
    • Vertimai
    • Tapkite partneriu
    • Services for Partners
    • Registruokite jūsų apskaitos įmonę
    Gaukite paslaugas
    • Susiraskite partnerį
    • Susirask buhalterį
    • Susitikti su konsultantu
    • Diegimo paslaugos
    • Klientų rekomendavimas
    • Palaikymas
    • Atnaujinimai
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Gaukite demo
  • Kainodara
  • Pagalba

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

  • CRM
  • e-Commerce
  • Apskaita
  • Atsarga
  • PoS
  • Projektas
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
odoo accounting v14 pos v15
About this forum
Pagalba

Can I access Odoo.sh backups via SSH?

Prenumeruoti

Get notified when there's activity on this post

This question has been flagged
backupaccessremoteodoo.sh
2 Replies
17031 Rodiniai
Portretas
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
Portretas
Atmesti
Rémi Pradal

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

Portretas
Ray Carnes (ray)
Best Answer

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
Portretas
Atmesti
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.

Portretas
jblankestijn@erpopen.nl
Best Answer

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
Portretas
Atmesti
Friedrich Sauer

Hi Raju,

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

Thanks,
Friedrich

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registracija
Related Posts Replies Rodiniai Veikla
How can I access an Odoo.sh backup via the terminal so I can copy it to another server? Solved
backup odoo.sh
Portretas
Portretas
Portretas
2
gruod. 24
6950
Automatic database backup in odoo.sh Solved
backup odoo.sh
Portretas
Portretas
Portretas
2
geg. 24
8171
Change the scheduling of odoo.sh backups Solved
backup schedule odoo.sh
Portretas
Portretas
1
kov. 25
7786
How to access Postgres db Odoo.sh Solved
pgadmin remote odoo.sh
Portretas
Portretas
Portretas
Portretas
Portretas
5
rugp. 25
42311
Open ERP 7 - Backup Access Denied Solved
backup access denied
Portretas
Portretas
Portretas
Portretas
Portretas
28
gruod. 23
26868
Bendrija
  • Mokomosios medžiagos
  • Dokumentacija
  • Forumas
Atvirasis kodas
  • Atsisiųsti
  • Github
  • Runbot
  • Vertimai
Paslaugos
  • Odoo.sh talpinimas
  • Palaikymas
  • Atnaujinti
  • Pritaikytas programavimo kūrimas
  • Švietimas
  • Susirask buhalterį
  • Susiraskite partnerį
  • Tapkite partneriu
Apie mus
  • Mūsų įmonė
  • Prekės ženklo turtas
  • Susisiekite su mumis
  • Darbo pasiūlymai
  • Renginiai
  • Tinklalaidės
  • Internetinis Tinklaraštis
  • Klientai
  • Teisinis • Privatumas
  • Saugumas
الْعَرَبيّة 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 yra atvirojo kodo verslo programų rinkinys, kuris apima visas įmonės poreikius: CRM, El. Prekybą, Apskaitą, Atsargų, Kasų sistemą, Projektų valdymą ir kt.

Unikali Odoo vertės pasiūla – būti tuo pačiu metu labai lengvai naudojama ir visiškai integruota sistema.

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