Jenkins - Backup and Restore Jenkins Server with step by step instructions

Поделиться
HTML-код
  • Опубликовано: 16 дек 2024

Комментарии • 31

  • @harikrishnarenumanu6829
    @harikrishnarenumanu6829 17 дней назад +1

    Thank You Sir

  • @ganeshs1809
    @ganeshs1809 10 месяцев назад

    very helpful video, good job

    • @AlokKumar
      @AlokKumar  10 месяцев назад

      Glad it was helpful!

  • @naveen_dev
    @naveen_dev Год назад +1

    awesome video

  • @Mukki-Choudhary-x4k
    @Mukki-Choudhary-x4k Год назад

    Amazing

  • @DurairajGopal-s5b
    @DurairajGopal-s5b Год назад

    Hi sir ,it was explained as well sir

  • @SushilKumar-vj9df
    @SushilKumar-vj9df Год назад

    very informative video

  • @nzecruze
    @nzecruze 11 месяцев назад

    Really helped, good job.

    • @AlokKumar
      @AlokKumar  11 месяцев назад

      Glad it helped!

  • @chhayadongre3956
    @chhayadongre3956 Год назад

    Excellent explanation !!

  • @satendrakushwaha-j5c
    @satendrakushwaha-j5c 9 месяцев назад +1

    Very useful video.. however let me tell me one thing to do jenkins backup every time we need to stop jenkins or also we can take backup without stopping jenkins.. since if ur job is running it will be difficult to stop jenkins and last but not the least can we also automate this process so that autometically backup happen in certain time period. Thanks in advance.

  • @ankitkanojia58
    @ankitkanojia58 Год назад +1

    @AlokKumar Please confirm one thing, this process restore data part or we restore data as well as configuration part also.

    • @ankitkanojia58
      @ankitkanojia58 Год назад

      I need to restore both data as well as user information so just need to clear that configuration part also included or not in this way.

    • @AlokKumar
      @AlokKumar  Год назад

      Whatever Jenkins keep it for all the jobs and all the configuration, even your credentials. Please watch video for better understanding

  • @manishfri4u
    @manishfri4u 4 месяца назад +1

    Please add a video for jenkins as HA .

  • @sureshkumar-wv9si
    @sureshkumar-wv9si Год назад +1

    Hi Alok, i have doubt regarding k8s.. can we edit the pod which is created by deployment service. if yes could you please explain this is real time issue we are facing.

    • @AlokKumar
      @AlokKumar  Год назад +1

      If pod is a part of deployments then you need to do the changes in deployments spec for pod and reapply it. New pod as per replicas defined will comes and older will get terminated automatically

  • @RamKharche
    @RamKharche Год назад +1

    Can you please provide that bash script code?

  • @VenkataPrasad-n4l
    @VenkataPrasad-n4l Год назад +1

    how do we secure our passwords? do we backup seperately?

    • @AlokKumar
      @AlokKumar  Год назад

      Password is also backup, see complete video.

    • @VenkataPrasad-n4l
      @VenkataPrasad-n4l Год назад

      how do we backup passwords separately? @@AlokKumar

  • @theconfusedchannel6365
    @theconfusedchannel6365 Год назад

    Hmm not good way of doing this. You would rather mount a S3 bucket (something similar) to linux machine:/var/lib/jenkins

    • @AlokKumar
      @AlokKumar  Год назад +2

      Nothing is good or bad, there are several way to accomplish a task, main thing is the task that easy to one , might difficult to others, cheers 🍻

    • @TMD21Apr09
      @TMD21Apr09 16 дней назад

      Thank you so much for the efforts. Could you please mention also the best practices so that it keeps open doors for several ideas?